<xs:element name="Name2" minOccurs="0" maxOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="de">
<dl>
<dt>Bei Firmen: Fortsetzung der Firmierung</dt>
<dt>Bei Privatpersonen: leer</dt>
</dl>
</xs:documentation>
<xs:documentation xml:lang="en">
<dl>
<dt>in case of Companies: Continuation of the Companyname</dt>
<dt>in case of Endusers: empty</dt>
</dl>
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="35" />
</xs:restriction>
</xs:simpleType>
</xs:element>
|